home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Standards 1994 January / InfoMagic Standards - January 1994.iso / inet / scc / 9227 < prev    next >
Text File  |  1992-12-16  |  7KB  |  151 lines

  1.  
  2. **************************************************************************
  3. Security Bulletin 9227                  DISA Defense Communications System
  4. December 11, 1992           Published by: DDN Security Coordination Center
  5.                                       (SCC@NIC.DDN.MIL)   1-(800) 365-3642
  6.  
  7.                         DEFENSE  DATA  NETWORK
  8.                           SECURITY  BULLETIN
  9.  
  10.   The DDN SECURITY BULLETIN is distributed by the DDN SCC (Security
  11.   Coordination Center) under DISA contract as a means of communicating
  12.   information on network and host security exposures, fixes, and concerns
  13.   to security and management personnel at DDN facilities.  Back issues may
  14.   be obtained via FTP (or Kermit) from NIC.DDN.MIL [192.112.36.5]
  15.   using login="anonymous" and password="guest".  The bulletin pathname is
  16.   scc/ddn-security-yynn (where "yy" is the year the bulletin is issued
  17.   and "nn" is a bulletin number, e.g. scc/ddn-security-9227).
  18.  
  19. **************************************************************************
  20. + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +
  21. !                                                                       !
  22. !     The following important  advisory was  issued by the Computer     !
  23. !     Emergency Response Team (CERT)  and is being relayed unedited     !
  24. !     via the Defense Information Systems Agency's Security             !
  25. !     Coordination Center  distribution  system  as a  means  of        !
  26. !     providing  DDN subscribers with useful security information.      !
  27. !                                                                       !
  28. + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +
  29.  
  30. CA-92:20                         CERT Advisory
  31.                                December 10, 1992
  32.                         Cisco Access List Vulnerability
  33. -----------------------------------------------------------------------------
  34.  
  35. The CERT Coordination Center has received information concerning a
  36. vulnerability with Cisco routers when access lists are utilized.  This
  37. vulnerability is present in Cisco software releases 8.2, 8.3, 9.0 and 9.1.
  38.  
  39. Cisco Systems and CERT strongly recommend that sites using Cisco routers
  40. for firewalls take immediate action to eliminate this vulnerability from
  41. their networks.
  42.  
  43. This vulnerability is fixed in Cisco software releases 8.3 (update 5.10),
  44. 9.0 (update 2.5), 9.1 (update 1.1) and in all later releases.  Customers
  45. who are using software release 8.2 and do not want to upgrade to a later
  46. release should contact Cisco's Technical Assistance Center (TAC) at
  47. 800-553-2447 (Internet: tac@cisco.com) for more information.
  48.  
  49. The following interim releases are available via anonymous FTP from
  50. ftp.cisco.com (131.108.1.111).
  51.  
  52. Note: this FTP server will not allow filenames to be listed or matched
  53. with wildcards.  Also, you cannot request the file by its full pathname.
  54. You must first cd to the desired directory (beta83_dir, beta90_dir, or
  55. beta91_dir) and then request the desired file (gs3-bfx.83-5.10, etc.).
  56.  
  57.  Release (Update)  Filename                       Size       Checksum
  58.      8.3 (5.10)    /beta83_dir/gs3-bfx.83-5.10    1234696    02465  1206
  59.      9.0 (2.5)     /beta90_dir/gs3-bfx.90-2.5     1705364    47092  1666
  60.      9.1 (1.1)     /beta91_dir/gs3-k.91-1.1       2005548    59407  1959
  61.  
  62. For those customers having a maintenance contract, these releases are also
  63. available on Cisco's Customer Information On-Line (CIO) service.
  64. Other customers may obtain these releases through Cisco's Technical
  65. Assistance Center or by contacting their local Cisco distributor.
  66.  
  67. -----------------------------------------------------------------------------
  68.  
  69. I.   Description
  70.  
  71.      A vulnerability in Cisco access lists allows some packets that one
  72.      would expect to be filtered by the access list to be erroneously routed 
  73.      and vice-versa.  This vulnerability can allow unauthorized traffic
  74.      to pass through the gateway and can block authorized traffic.
  75.  
  76. II.  Problem
  77.  
  78.      If a Cisco router is configured to use extended IP access lists for
  79.      traffic filtering on an MCI, SCI, cBus or cBusII interface, and the IP
  80.      route cache is enabled, and the "established" keyword is used in the
  81.      access list, then the access list can be improperly evaluated.  This
  82.      can permit packets that should be filtered and filter packets that
  83.      should be permitted.
  84.  
  85. III. Workaround
  86.  
  87.      This vulnerability can be avoided by either rewriting the extended
  88.      access list to eliminate the "established" keyword, or by configuring
  89.      the interface to eliminate the IP route cache.  To disable the IP route
  90.      cache, use the configuration command "no ip route-cache".
  91.  
  92.      Example for a serial interface:
  93.         router>enable
  94.  
  95.         Password:
  96.         router#configure terminal
  97.  
  98.         Enter configuration commands, one per line.
  99.         Edit with DELETE, CTRL/W, and CTRL/U; end with CTRL/Z
  100.         interface serial 0
  101.         no ip route-cache
  102.         ^Z
  103.         router#write memory
  104.  
  105. IV.  Solution
  106.  
  107.      Obtain and install the appropriate interim release listed above.
  108.      Sites that are not experienced with this installation process
  109.      should contact the TAC center at 800-553-2447 for assistance.
  110.  
  111. ---------------------------------------------------------------------------
  112. The CERT Coordination Center wishes to thank Keith Reynolds of the
  113. Santa Cruz Operation for his assistance in identifying this problem
  114. and Cisco Systems for their assistance in providing technical information
  115. for this advisory.
  116. ---------------------------------------------------------------------------
  117. If you believe that your system has been compromised, contact the CERT
  118. Coordination Center or your representative in FIRST (Forum of Incident
  119. Response and Security Teams).
  120.  
  121. Internet E-mail: cert@cert.org
  122. Telephone: 412-268-7090 (24-hour hotline)
  123.            CERT personnel answer 7:30 a.m.-6:00 p.m. EST(GMT-5)/EDT(GMT-4),
  124.            on call during other hours for emergencies.
  125.  
  126. CERT Coordination Center
  127. Software Engineering Institute
  128. Carnegie Mellon University
  129. Pittsburgh, PA 15213-3890
  130.  
  131. Past advisories, information about FIRST representatives, and other
  132. information related to computer security are available for anonymous FTP
  133. from cert.org (192.88.209.5).
  134.  
  135.  
  136. ****************************************************************************
  137. *                                                                          *
  138. *    The point of contact for MILNET security-related incidents is the     *
  139. *    Security Coordination Center (SCC).                                   *
  140. *                                                                          *
  141. *               E-mail address: SCC@NIC.DDN.MIL                            *
  142. *                                                                          *
  143. *               Telephone: 1-(800)-365-3642                                *
  144. *                                                                          *
  145. *    NIC Help Desk personnel are available from 7:00 a.m.-7:00 p.m. EST,   *
  146. *    Monday through Friday except on federal holidays.                     *
  147. *                                                                          *
  148. ****************************************************************************
  149.  
  150.  
  151.